Auto merge of #4501 - matklad:top-level-features, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 17 Sep 2017 22:15:44 +0000 (22:15 +0000)
committerbors <bors@rust-lang.org>
Sun, 17 Sep 2017 22:15:44 +0000 (22:15 +0000)
commit4864b5c38c73453ccdce2f079748c5ccacbd8d7f
tree6f501e761ba73577bfaed3c27ff17f5ceae99bf6
parent696413c259c85fb96015f48a7876ab8515391029
parent70edd72e6cbd3140c704e7c1133289dc5a954bd9
Auto merge of #4501 - matklad:top-level-features, r=alexcrichton

Move cargo features to top-level

This should allow to add Cargo-features to virtual manifest as well.

I've not actually added support for features in virtual manifests just yet, because that will probably require some refactoring to avoid duplicating feature-related code between virtual and usual manifests.

r? @alexcrichton